#!/bin/bash
SHDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
DIR="$(dirname $SHDIR)"

python $DIR/scripts/rosrv.py $@
